home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / editors_ / read35.zip / READ.DOC < prev    next >
Text File  |  1997-01-01  |  12KB  |  190 lines

  1.                            INSTRUCTIONS FOR READ
  2.  
  3. READ.EXE is a program for reading and editing standard ASCII text files. The
  4. program requires a PC/AT compatible computer with a color compatible monitor.
  5. If a mouse is detected in the system, it is automatically supported. You can
  6. type READ FILENAME at the DOS prompt to load a text file at start-up time, or
  7. you can run the program and then select a file.
  8.  
  9. The file selection menu allows you to navigate to all drives and directories.
  10. Use the UP/DN ARROW KEYS, PAGE UP/DN, HOME/END or the MOUSE CURSOR to move
  11. the highlight bar (selecting the ".." token moves you up one directory). If
  12. you select a file by pressing the ENTER key, or by DOUBLE-CLICKING the LEFT
  13. MOUSE button, then the file will be loaded for editing. If you select a file
  14. by pressing the SPACE BAR, then the file will be loaded for viewing only (the
  15. F3 search and F7 print options will still be active). If you press ESCAPE
  16. from the menu, you will get an input prompt at the bottom of the screen that
  17. lets you enter a filename manually. If you specify a filename that does not
  18. exist, you will be asked if you want to create it.
  19.  
  20. Press ESCAPE, or F10, to end your session with READ. If you have made changes
  21. to the document, you will be asked if you want to save the file. Press ENTER
  22. to save the document under its present filename, or enter a different name.
  23. To bypass the file save, press ESCAPE again. At this point you will be asked
  24. if you want to quit the document. The default answer is [N]o. If you press
  25. [Y]es, or ESCAPE, you are returned to the file selection menu. You can either
  26. select another file, or press ESCAPE one more time. You are then asked to
  27. enter the filename of a new document to READ (this gives you the chance to
  28. CREATE another file). Press ESCAPE at this prompt to end the program. In
  29. general, use the ESCAPE key to cancel options, and to back progressively out
  30. of the program.
  31.  
  32. READ is capable of displaying and editing text files of virtually UNLIMITED
  33. size. When you READ a large text file (approximately 39K bytes or more), a
  34. set of temporary files is created in the default directory with filenames of
  35. the form {@}R****, where the asterisks are numbers indicating the segment
  36. number. Depending on the density of the text in your document, each segment
  37. can be up to 1500 lines long. When you end your session, the original file
  38. is reconstructed, and the temporary file segments are erased. Note that each
  39. segment will have its own line numbers. Press F9 to go to another segment for
  40. reading or editing. Alternatively, you can use the PAGE DOWN or PAGE UP keys
  41. to move across consecutive segments.
  42.  
  43. Press F1 to display a HELP screen that summarizes the editing keys. Press F5
  44. to toggle between the large text mode (40 character display) and the standard
  45. text mode (80 character display). Note that the prompt lines will display
  46. abbreviated information in the large text mode. Press F2 to change the color
  47. of text on the screen (the text color reverts to the default color for each
  48. new document). Note that you can edit the READ.INI file to alter the screen
  49. colors, and to determine which text mode is used at start-up (see below).
  50.  
  51. If you just want to READ through a document, use the UP and DOWN ARROW keys
  52. to scroll the text, or use the PAGE UP and PAGE DOWN keys to go to the next
  53. full screen of text. The LEFT and RIGHT ARROW keys move the cursor along the
  54. lines of text. CTRL-LEFT ARROW and CTRL-RIGHT ARROW give you a fast cursor
  55. motion. HOME puts the cursor at the start of the current line, and END puts
  56. the cursor at the end of the line. CTRL-HOME puts the cursor at the beginning
  57. of the document, and CTRL-END puts the cursor at the end of the document.                                             
  58.  
  59. The MOUSE CURSOR can be used to position the editing cursor by clicking the
  60. LEFT mouse button. Also, you can place the MOUSE CURSOR on the UP and DOWN
  61. ARROW ICONS and click the LEFT button to scroll to the next full screen of
  62. text. Place the MOUSE CURSOR on the TOP or BOTTOM screen border lines and
  63. click the LEFT button to move the editing cursor UP or DOWN one line. Place
  64. the MOUSE CURSOR of the LEFT or RIGHT screen border lines and click the LEFT
  65. button to advance the editing cursor 10 positions LEFT or RIGHT. In general,
  66. the LEFT mouse button is treated like a RETURN key press, and the RIGHT mouse
  67. button is treated like an ESCAPE key press.
  68.  
  69. Press CTRL-W to turn on the word wrap feature. The current file or segment
  70. will be processed so that long text lines are wrapped onto the editing
  71. screen. This will NOT alter the original file on disk unless you explicitly
  72. save the document. When you are entering text, words at the end of a line
  73. will be automatically wrapped onto the next line. The default setting is OFF
  74. for each new document (but this setting can be changed in the READ.INI file).
  75.  
  76. If you toggle the line indenting feature using the F12 key, the next line of
  77. text will be aligned with the starting column of the line above it when you
  78. press ENTER. Use the INSERT key to toggle the insert or typeover mode. The
  79. TAB key will insert or typeover standard spaces in your document, but does
  80. NOT insert the TAB control character (ASCII 9). The number of spaces used by
  81. the TAB key can be set in the READ.INI file. The DELETE and BACKSPACE keys
  82. are used for deleting text one character at a time.
  83.  
  84. Pressing CTRL-Y will delete the current line and put it into the editing
  85. buffer. Text in the editing buffer can be inserted anywhere by pressing
  86. SHIFT-INSERT. To mark a block of lines for cutting and pasting, press SHIFT-
  87. DOWN ARROW to highlight the lines (use SHIFT-UP ARROW to unmark the lines).
  88. You can also highlight text by holding down the LEFT button and dragging the
  89. MOUSE cursor. Press ESCAPE to cancel the block edit. Press SHIFT-DELETE to
  90. cut the text into the buffer, and SHIFT-INSERT to paste the text from the
  91. buffer into your document.
  92.  
  93. If you just want to copy text, use SHIFT-DELETE to cut the highlighted text,
  94. and then re-insert it using SHIFT-INSERT. The block of lines is still in the
  95. editing buffer. Move the cursor to where you want to copy the text and press
  96. SHIFT-INSERT again. Note that you can also copy text in the editing buffer
  97. to another file by simply loading the new file, positioning the cursor and
  98. pressing SHIFT-INSERT.
  99.  
  100. READ offers a simple search and replace feature. Pressing F3 gives you the
  101. prompt SEARCH FOR. Press ESCAPE to cancel the search, otherwise enter the
  102. search string. Note that case is significant. The search string you enter
  103. becomes the default target for the next time you press F3. For large files,
  104. all segments are searched. If the search is successful, the line containing
  105. the string will be displayed as the top line on the screen, with the search
  106. string highlighted. You are then asked REPLACE WITH, where the default
  107. response is the current search string. Pressing ENTER, or ESCAPE, cancels
  108. the string replacement feature. If you type some other replacement string,
  109. that string becomes the default replacement string until you change it.
  110.  
  111. Pressing F7 sends the current document, segment, or marked block of text to
  112. your printer. You can press ESCAPE to cancel the print option, or you can
  113. press ESCAPE during printing to stop the process.                
  114.  
  115. READ is only intended for use with standard ASCII text files. Some editors
  116. use the NEW LINE control code (ASCII 10) to terminate lines, instead of
  117. CARRIAGE RETURNS (ASCII 13). Note that READ will REPLACE the NEW LINE codes
  118. with CARRIAGE RETURNS in your original document.
  119.  
  120. READ will not alter other ASCII control codes that may be embedded in your
  121. original file. Some will be displayed as the equivalent control character
  122. in braces. For example, NEW PAGE (ASCII 12) will be ^L in braces (NEW PAGE
  123. causes a FORM FEED when you send your file to a printer). TAB characters
  124. (ASCII 9) are displayed and printed as standard spaces, according to the
  125. number of spaces specified in the READ.INI setup file.
  126.  
  127. You can CUSTOMIZE many features in READ. Simply load the READ.INI file (that
  128. comes with the program) for editing, and change the settings to suit your
  129. preferences. The INI file is assumed to be in the same directory as READ. If
  130. the file is not found, note that standard values will be used instead. The
  131. file has the following format:
  132.  
  133.                    READ.INI - Setup File for READ <3.5+>
  134.                    Edit the NUMBERS for your Preferences.
  135.                     1     ; Text Background Color (0-7)
  136.                     14    ; Editing Text Color (0-15)
  137.                     15    ; Reading Text Color (0-15)
  138.                     7     ; Help Text Color (0-15)
  139.                     7     ; Border Line Color (0-15)
  140.                     7     ; Border Background Color (0-7)
  141.                     4     ; Border Message Color (0-15)
  142.                     3     ; Highlight Cursor Color (0-7)
  143.                     7     ; File Menu Text Color (0-15)
  144.                     7     ; File Menu Border Color (0-15)
  145.                     5     ; Spaces Used by TAB Key (1-10)
  146.                     0     ; Word Wrap (0=OFF | 1=ON)
  147.                     80    ; Text Size (40 or 80 Columns)
  148.                     78    ; Text Line Length (2 to 78)
  149.                    See READ.DOC for Information on Color
  150.                    Numbers and the Other Setup Values.
  151.  
  152. The Color Numbers you can use are as follows: 0=Black, 1=Blue, 2=Green,
  153. 3=Cyan, 4=Red, 5=Magenta, 6=Brown, 7=White, 8=Grey, 9=Br.Blue, 10=Br.Green,
  154. 11=Br.Cyan, 12=Br.Red, 13=Br.Magenta, 14=Br.Yellow, 15=Br.White. Be sure to
  155. use only legal color values. And note that colors used for backgrounds can
  156. only be in the range of 0 to 7.
  157.  
  158. The "Text Line Length" setting lets you define the COLUMN position that READ
  159. will use to terminate the display of each line (before the screen starts
  160. scrolling). The standard setting is column 78. When used with the Word Wrap
  161. feature, this setting lets you format documents that will have no more than
  162. the specified number of characters on each line. This feature is only valid
  163. for the 80 column text mode.
  164.  
  165. Remember to change just the NUMBER values in the INI file, and leave the
  166. overall format of the file the way it is. The easiest way to do this is to
  167. use the TYPEOVER mode to edit the numbers. If the file becomes compromised
  168. in some way, you can delete it and create a new one by pasting the example
  169. above into a new READ.INI file.
  170.  
  171. You should find READ easy to use. A device or file access error will cause
  172. a warning message to be displayed on the prompt line at the bottom of the
  173. screen. If your document becomes so large that you are about to run out of
  174. FREE work space (as reported on the prompt line) you will be prompted to save
  175. the file. When you READ the file again, it will be displayed in segments.
  176.  
  177.                                SHAREWARE
  178.  
  179. READ is distributed as Shareware. Feel free to share the program and its
  180. files with others. However, if you continue to use READ, you must register
  181. the program by sending $15.00 US (which includes Shipping & Handling) to:
  182.  
  183.                           Robert Lindsay Wells
  184.                           1405 Lynn Avenue
  185.                           Clearwater, FL 34615
  186.  
  187. When you register, you will receive the latest version of READ on disk with
  188. the shareware reminders removed, a booklet summarizing features in the
  189. program, and continuing technical support. Please register today!
  190.